home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Select (Limited Edition)
/
Computer Select.iso
/
pcc
/
v04n11
/
batch1.exe
/
COUNTLNS.BAT
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1991-09-17
|
218 b
|
12 lines
@ECHO OFF
REM This is COUNTLNS.BAT
IF %1!==! GOTO OOPS
ECHO Counting lines in
FIND /C /V "!@#$" %1
GOTO END
:OOPS
ECHO Enter the name of the file
ECHO whose lines you want to
ECHO count after the %0
:END